﻿@charset "utf-8";
/* CSS Document */
body
{
	font-family:微软雅黑;
	background-color:#f8f8f8;
	}
#header
{
display:block;
height: 72px;
background-image:url(../../images/rigeo/header.png);
}
.logo
{  
   width:270px;
   height:100%;
   top:21px;
   padding-left:15px;
   float:left;
   display:block;
   	}
  
.Tphone
{

  float:right;
  display:block;
  margin-top: 45px;
}
.nav
{    
	height:38px;
	background-image:url(../../images/rigeo/nav.png);
	text-align:center;
	font-size:12px;
	}

.nav ul
{ 
   list-style:none;
   width: 880px;
   margin-left: auto;
   margin-right: auto;
	}
.nav ul li
{
	float:left;
	color:#333;
	width:100px;
	}
.nav ul li a
{
	color:#333;}	
.nav ul li a:hover
{
	color:#005ea0;
	text-decoration: none;
	}

.content
{
	width:1120px;
	height:1200px;
	margin-right: auto;
        margin-left: auto;
	background-color:#fff;
	margin-top:15px;
	}	

.show-machine
{

   float: right;
   width: 870px;
	}

.showList
{
	width:100%;
	}
.showList ul
{
	padding-top:10px;
	padding-left: 0px;}
.showList ul li
{
	width:162px;
	height:195px;
	border:solid 1px #d8d8d8;
	float: left;
        list-style: none;
	margin-right:10px;
	text-align:center;
	margin-bottom:24px;
}
.showList ul li a{
	display:block;
	}
.showList ul li a:hover
{ border-color:#989898;}
.showList ul li span
{   font-size:12px;
    color:#333;
	}	


.about_us
{
	padding-right:20px;
   float: right;
   width: 870px;
   }
 
.news
{  
   	padding-right:20px;
   float: right;
   width: 870px;
	}
.newsList
{
	width:100%;}
.newsList ul
{
	margin-bottom:20px;}
.newsList ul li
{
	padding-bottom:15px;
	width:642px;
	}
.newsList ul li a
{
	color:#5e5e5e;
	font-size:14px;
	font-family:宋体;}
.time
{
	font-size:14px;
	color:#5e5e5e;
	float:right;}
.footer {
	bottom: -120px;
	width: 100%;
    height: 186px;
	background-color: #e2e2e2;
	left: 0;
	text-align:center;
}


.container {

  padding: 0 100px;
}
.container .text-muted {
  margin: 20px 0;
  overflow:hidden;
  font-size:12px;
}



